Product Area: Client; IBM Lotus Expeditor Technical Area: Security Platform: Cross Platform
SPR# SODY7VJGJ8 - In previous releases, an UnsupportedOperationException will be thrown when you run the following code snippet in XPD:
SocketAddress proxyaddress = new InetSocketAddress("myproxyserver.com", 8080);
Proxy myProxy = new Proxy(Proxy.Type.HTTP, proxyaddress );
URLConnection myConnection = myURL.openConnection(myProxy );
Caused by: java.lang.UnsupportedOperationException
at org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerFactoryProxyFor15.
openConnection(URLStreamHandlerFactoryProxyFor15.java:37)
at java.net.URL.openConnection(URL.java:992)
This problem has been indirectly fixed in this release.
APAR: LO43975
What is an APAR?
Last Modified on 12/10/2013 | |
|
|
|
|